type testing.filterMatch

6 uses

	testing (current package)
		match.go#L17: 	filter    filterMatch
		match.go#L18: 	skip      filterMatch
		match.go#L30: type filterMatch interface {
		match.go#L45: type alternationMatch []filterMatch
		match.go#L56: 	var filter, skip filterMatch
		match.go#L168: func splitRegexp(s string) filterMatch {